projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f269f7
)
quartz: Fix the build
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 10 Mar 2017 12:09:37 +0000
(07:09 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 10 Mar 2017 12:12:12 +0000
(07:12 -0500)
A ; was left out inadvertently.
gdk/quartz/GdkQuartzNSWindow.c
patch
|
blob
|
history
diff --git
a/gdk/quartz/GdkQuartzNSWindow.c
b/gdk/quartz/GdkQuartzNSWindow.c
index d85056be85385abb844dc57d2deae188c1ade8d2..bef52a885484f8654996d0444b3bc6a6598909d2 100644
(file)
--- a/
gdk/quartz/GdkQuartzNSWindow.c
+++ b/
gdk/quartz/GdkQuartzNSWindow.c
@@
-850,7
+850,7
@@
update_context_from_dragging_info (id <NSDraggingInfo> sender)
-(void)windowWillExitFullScreen:(NSNotification *)aNotification
{
- [self setFrame:lastUnfullscreenFrame display:YES]
+ [self setFrame:lastUnfullscreenFrame display:YES]
;
}
@end